home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global SNAME, UNAME, SEX
- set SNAME to the text of field "Surname"
- set UNAME to the text of field "GivenNames"
- if SNAME = "Etternavn" then
- alertH("Vær vennlig og fyll ut passet ditt nøyaktig!")
- exit
- else
- if UNAME = "Fornavn" then
- alertH("Du må fylle ut passet ditt nøyaktig!")
- exit
- end if
- end if
- if the visible of sprite 25 = 0 then
- alertH("Du har ikke krysset av hvorvidt du er mann eller kvinne!")
- exit
- end if
- set NATION to the text of field "Nation"
- FindDeparture(NATION)
- when keyDown then nothing
- puppetSprite(18, 0)
- puppetSprite(19, 0)
- puppetSprite(20, 0)
- go("Stamp")
- end
-